go/types.Checker.indexExpr (method)

3 uses

	go/types (current package)
		call.go#L100: 		if check.indexExpr(x, ix) {
		expr.go#L1540: 		if check.indexExpr(x, ix) {
		index.go#L18: func (check *Checker) indexExpr(x *operand, e *typeparams.IndexExpr) (isFuncInst bool) {